home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / bbs / fnos16a5.zip / HELP.ZIP / EXPIRE < prev    next >
Text File  |  1995-08-12  |  1KB  |  42 lines

  1.  
  2. expire <subcommand>
  3.  
  4.      The 'expire' command is used to invoke the process which deletes
  5. old BBS messages.  The mailboxes or newsgroups to be expired, and the
  6. age (in days) after which a message may be deleted, are specified in
  7. the Expirefile (defaults to /spool/expire.dat).
  8.  
  9.  
  10.     expire [now | interval]
  11.  
  12.      Begin the expire process immediately, if <now> is specified, or
  13.      every <interval> hours in the future (but no immediate expire is
  14.      done). If no arguments are provided, the current expire interval
  15.      is displayed.
  16.  
  17.          Example:  To run expire at 04:30 each morning, place these
  18.          commands into your autoexec.nos file
  19.                    at 0430 "expire 24"
  20.                    at 0431 "expire now"
  21.  
  22.  
  23. Format of Expirefile:
  24.  
  25. #comment line
  26. mbox_name  number_of_days_to_retain_messages
  27. mbox_path  number_of_days_to_retain_messages
  28. !news.group.name  number_of_days_to_retain_articles
  29.  
  30. If the number of days is omitted, 21 is used.  Also, if newsgroups
  31. are specified, the associated History file is expired as well, but
  32. the number of days used is the maximum of all the days provided for
  33. newsgroups in the Expirefile.
  34.  
  35.      Example:  allusa 7
  36.                amsat 10
  37.                !swap 10
  38.                !rec.radio 7
  39.  
  40.  
  41. See Also:  oldbid
  42.